home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 3 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  904 b 

  1. Path: brazerko.com!visionary
  2. From: visionary@brazerko.com (the visionary)
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: Rebooting System with Rexx (in OS/2)
  5. Message-ID: <5684594e@brazerko.com>
  6. Date: Sat, 30 Dec 95 22:23:00 -0500
  7. Organization: Brazerko Communications
  8.  
  9.  bb>> I was wondering if it possible to reboot a system using REXX...is
  10.  bb>> there a command for this?
  11.  
  12.  bb> Use the OS/2 "Shutdown" command like
  13.  bb> ...
  14.  bb> args.0 = 1
  15.  bb> args.1 = "shutdown"
  16.  bb> "START" args.1
  17.  bb> ..
  18.  bb> It works for me
  19.  
  20.        And didn't work for me... try again "Sam"...
  21.  
  22.  
  23. -The Visionary
  24. visionary@brazerko.com
  25.  
  26.  
  27.  
  28. -- 
  29. .-----------------------------------------------------------------------.
  30. | The gateway is Brazerko Communications'; the opinions are the user's. |
  31. | sales@brazerko.com   info@brazerko.com ('bot)   +1 860 886 1441 (BBS) |
  32. `-----------------------------------------------------------------------'
  33.